body
{
	background-color:#ffffff;
	font-family:Arial;
	font-size: 10pt;
	margin-left: 100px;
	margin-right: 150px;
}
H1
{
    font-size: 14pt;
    color: #1A3D9A;
    text-align: left;
    font-weight: bold;
}
H2
{
	font-size: 11pt;
	color: #1A3D9A;
	text-align: left;
    font-weight: bold;
}
H3
{
    font-size: 10pt;
    color: #000000;
    text-align: left;
    font-weight: bold;
    padding-top:15px;
}
p
{
    font-size: 10pt;
    color: #000000;
    text-align: left;
}
.logo
{
    margin: 30px 0px 30px 0px;
}
ul
{
    font-size: 10pt;
}
ul.level1
{
    list-style-type: decimal;
    list-style-position: inside;
}
ul.level2
{
    list-style-type: lower-alpha;
    list-style-position: inside;
}
